PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / transformVectors Method
An array of Objects that represents the points to transform.
In This Topic
    transformVectors Method
    In This Topic
    Applies only the scale and rotate components of this matrix to the specified array of points.
    Syntax
    public void transformVectors( 
       PDFPoint[] points
    )

    Parameters

    points
    An array of Objects that represents the points to transform.
    See Also